home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / QUES.DXR / 00128.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  201 b   |  10 lines

  1. on mouseUp
  2.   global cards, effectspath
  3.   sprite(67).visible = 0
  4.   sound playFile 2, effectspath & "wosh.aif"
  5.   put "1" into item 6 of cards
  6.   if item 5 of cards = "1" then
  7.     go("nurse")
  8.   end if
  9. end
  10.